home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 23
/
AMIGAplus Sonderheft 23 (2000)(Falke)(DE)[!].iso
/
PublicDomain
/
Anwendungen
/
QuickFile
/
History.doc
< prev
next >
Wrap
Text File
|
1999-11-13
|
15KB
|
417 lines
3.23 Nov 1999
- selecting OK on the view requester without clicking on an entry
was giving another entry that the selected one, fixed (thanks to
Andre Eckenrode for the bug report).
- ability to add records with trailing spaces (hope it gives no
new bugs...) on Andre Eckenrode request.
- corrected an enormous bug : monthes october and november were
inverted... (thanks again to Andre Eckenrode)
- added 3 new ARexx commands: SELECTREC, REQFIELD and SHOWALL.
- corrected some gadget problems with Sysihack (MCP), bug report
by Alexander Doeller (hope it works correctly...)
3.22 14 Oct 1999
- added the ability to make the index sorting using the locale
library (idea from Gudjon Magnussson).
- the view requester was adding the fields in the wrong order, fixed (bug
reported by Anders Drejer).
- date handler corrected, file filter now set correctly while opening
a base (bug reports by Didier Giron).
3.21 26 Sep 1999
- a no-QuickFile-file was not closed when a user tried to open it,
fixed (Thanks to Alexander Döller for his bug report).
3.20 24 Aug 1999
- first version rewritten using SAS-C compiler by me (Roland Florac).
- localisation
- use of gtlayout.library
- some cosmetics changes, some bugs removed (hopefully)...
3.19.1 11 June 1996
- Search from ARexx gave a selection with no key fields.
- Selecting a large number of records can cause a problem if the
default sort order is used.
3.19.0 06 June 1996
- Enhanced Search. Now called Query and includes sort order as well as
Load and Save Query.
- Added Lock for View
- Fixed problem causing intermittent crash when changing search
criteria. Introduced in 3.18.2 I think.
3.18.2 15 May 1996
- Fixed problem with deletion of last view field (and last index
properly this time)
3.18.1 04 May 1996
- Fixed calculation of height of ASL requester
- Fixed problem with turning help on and off a number of times.
- Was crashing on WB3 if no .guide file found or if online help was
turned off.
- Also crashing trying to adjust config in a window with no open file.
3.18.0 24 April 1996
- Added concatenation of character fields. Any field except Cycle and
Date can now be calculated (Have to add date calc sometime).
- Added Time fields.
- Fixed problem with deletion of last index followed by add
- Fixed memory leak in file definition process.
- Was executing startup.rexx if you cancelled definition mode.
3.17.2
- Fixed menu shortcut keys. Same key was used twice.
- Cycle fields can now be set by Import and ARexx PutField command
- Iconify now controlled by Menu item instead of Zoom gadget.
3.17.1
- Fixed date validation problem. Not setting A4 in callback routines.
- Limit length of date field used in date validation routine,
- Fix Enforcer hit in Search processing. Thanks to James Hamilton
for the Enforcer output on this one.
3.17.0 12 September 1995
- Added Select/Unselect individual records
- Prevent menu selections if no file open (was crashing system)
- Revised open file code so window size is obtained from view before
window is opened.
3.16.6 28 August 1995
- Fixed some enforcer hits. Thanks to David Ekholm for giving me details
of these.
- Removed extra field separator from end of headings in exported file.
- Added characters per line to pitch button.
3.16.5 10 August 1995
- Fixed calculation of index key buffer size for new index. Was
sometimes crashing on index build when an index was added.
- Disable Options/Config and Buffers menu items if no file is open
- Meaning of Memory Save checkbox was reversed. ie Would save memory
only if checkbox was NOT checked.
3.16.4 5 August 1995
- Fixed ARexx ReqString command to allow a null value for default
string. Was incorrectly returning an error.
3.16.3 22 July 1995
- Fixed Copy button in Insert mode so it got the correct record.
- Reduced window redraws from ARexx SetView command.
- Added summary only and wrap fields to reporting.
3.16.2 18 July 1995
- Added checkboxes to Print requester for Summary only and Wrap Fields.
- Rehashed line spacing and counting.
3.16.1 12 July 1995
- Added Print to File.
- Fixed problem causing a crash if > 200 records added per session.
Usually only a problem with import
- Added requester at start and close of program (unregistered only).
- Added ARexx Find/Replace macro
3.16 24 Jun 1995
- Added font sensitivity.
- Fixed bug. Calc field values not being returned to ARexx.
- Revert to allowing field to be added anywhere in view.
- Added Config menu option for fonts, help and memory save.
- Played with field alignment (again). Any suggestions welcomed.
- Changed handling of open of Image file to work with XFH. XFH does
not support OpenFromLock().
3.15 07 May 1995
- Only allow fields to be added to the end of a view. Previously fields
could be inserted anywhere but would always display at the end. Not
perfect but avoids confusion. I may change my mind on this.
- Search ListView was getting confused as to which item was currently
selected.
- Removed useless And/Or buttons from search item requester for first
item in list.
3.14 30 April 1995
- Fixed some low memory problems. Usual low memory indication is now
a recoverable alert trying to open a requester.
3.13 6 April 1995
- Using wrong name for library base for iffparse.library which caused
DICE (compiler) to open it automatically. DICE does not provide a
message if the open fails - program just loads and quits.
3.12 29 March 1995
- Fixed a nasty bug in GoTo processing that was trashing memory. In one
of my files this was in the middle of the data buffer!!!. Introduced
with changes for Rexx I think.
3.11 24 March 1995
- Added ARexx interface
- Display either filename or image not both at once.
- Field names are now case insensitive
3.10 05 March 1995
- Fixed to display whole view if a field is moved so that view now fits
in the window.
- Index sometimes not correctly updated when you changed an index
field value.
3.09 18 February 1995
- Added Cycle, Image and External field types.
- Rehashed field resizing code
- Removed bug that was chopping last character off print lines.
- Changed string gadget border to more standard imagery.
- Fixed nasty bugs in Report Groups
. Deleting the first group and adding another immediately would
crash the machine
. Would not allow you to change a Report group to another type. If
you deleted it then added the new one you were caught by the
previous bug - Catch 22.
- Cancelling out of the report requester after adding or deleting the
first report group was causing a crash.
- Fixed Lock error in SaveAs/Reorg - broke it with XFH fix in 3.08.
3.08 04 February 1995
- Replace call to ExamineFH with Examine so QuickFile can work with XFH.
Thanks to Peter Bagnato for reporting this one.
- Field resizing by dragging on the form display.
- Refuse to accept : or / in index name as this is used in the index
file name.
3.07 19 January 1995
- Keep highlighted line in sideways scroll of list display.
- Use highlighted record as current record in insert (for copy).
- Reintroduce name of registered user in about requester.
- Disable summary checkboxes (Tot, Cnt, Avg) if no field selected.
3.06 16 January 1995
- Fixed bug causing a crash of rebuild index with old format file def.
- Cleaned up code for dragging fields in form view.
3.5 08 January 1995
- Fixed bug in export requester. Cycle gadgets should only be enabled
for CUSTOM format. Could cause a crash.
- TAB now activates first string gadget, ESC exits from string gadget.
- Fixed bug in field requester. Any non ASCII key would be treated as
help key. Used to work - looks like a line of code went mis